projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a70f74
)
* src/haiku_support.cc (Highlight): Send events if !highlight_p.
author
Po Lu
<luangruo@yahoo.com>
Tue, 25 Jan 2022 10:18:35 +0000
(10:18 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 25 Jan 2022 10:18:35 +0000
(10:18 +0000)
src/haiku_support.cc
patch
|
blob
|
history
diff --git
a/src/haiku_support.cc
b/src/haiku_support.cc
index 23f7472e3fff5e908468e5210bf25474d20cf7bd..af30bc8b3cb412d4864f8bc8a1d371201507ac3f 100644
(file)
--- a/
src/haiku_support.cc
+++ b/
src/haiku_support.cc
@@
-1650,7
+1650,7
@@
public:
r = Frame ();
menu->GetMouse (&pt, &buttons);
- if (r.Contains (pt))
+ if (
!highlight_p ||
r.Contains (pt))
haiku_write (MENU_BAR_HELP_EVENT, &rq);
}